Package-level declarations

Types

Link copied to clipboard
interface Entry<T, E : Entry<T, E>> : EntryHandler<T> , EntryWidget<T> , Consumer<T> , Supplier<T>

A base Entry for configs.

Link copied to clipboard

wrapper interface for 2 basic validation interfaces

Link copied to clipboard

Deserializes individual entries in a complex Entry

Link copied to clipboard

Deserializes individual entries in a complex Entry

Link copied to clipboard

wrapper interface for 4 basic handling interfaces

Link copied to clipboard
fun interface EntryParent

An entry that is a parent of other entries

Link copied to clipboard

Deserializes individual entries in a complex Entry

Link copied to clipboard

Provides suggestions for something requesting them

Link copied to clipboard

Validates individual entries in a complex Entry.

Link copied to clipboard
interface EntryWidget<T>

Interface handles an Entry creating a ClickableWidget